Add Develop section, add link in We need your help

Benny Lichtner 9 years ago
parent
commit
70d7e2822b
1 changed files with 5 additions and 1 deletions
  1. 5 1
      README.md

+ 5 - 1
README.md

@@ -27,7 +27,7 @@ Follow [@tectonic](https://twitter.com/tectonic) for updates as Huginn evolves,
27 27
 
28 28
 ### We need your help!
29 29
 
30
-Want to help with Huginn?  All contributions are encouraged!  You could make UI improvements, add new Agents, write documentation and tutorials, or try tackling [issues tagged with #help-wanted](https://github.com/cantino/huginn/issues?direction=desc&labels=help-wanted&page=1&sort=created&state=open).
30
+Want to help with Huginn?  All contributions are encouraged!  You could make UI improvements, [add new Agents](https://github.com/cantino/huginn/wiki/Creating-a-new-agent), write documentation and tutorials, or try tackling [issues tagged with #help-wanted](https://github.com/cantino/huginn/issues?direction=desc&labels=help-wanted&page=1&sort=created&state=open).
31 31
 
32 32
 Really want an issue fixed/feature implemented? Or maybe you just want to solve some community issues and earn some extra coffee money? Then you should take a look at the [current bounties on Bountysource](https://www.bountysource.com/trackers/282580-huginn).
33 33
 
@@ -72,6 +72,10 @@ If you need more detailed instructions, see the [Novice setup guide][novice-setu
72 72
 [wiki]: https://github.com/cantino/huginn/wiki
73 73
 [novice-setup-guide]: https://github.com/cantino/huginn/wiki/Novice-setup-guide
74 74
 
75
+### Develop
76
+
77
+All agents have specs! Test all specs with `bundle exec rspec`, or test a specific spec with `bundle exec rspec path/to/specific/spec.rb`. Read more about rspec for rails [here](https://github.com/rspec/rspec-rails).
78
+
75 79
 ## Deployment
76 80
 
77 81
 [![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy) (Takes a few minutes to setup.  Be sure to click 'View it' after launch!)